Fields that need to be specfied for creating a user before enabling rest configuration for project
CimProjectUser
Fields that need to be specfied for creating a user before enabling rest configuration for project
|
Name | Description | Data Type |
---|---|---|
ProjectID | The Id or name of the project. | string |
ProjectPath | full absolute path to project specified in ProjectID | string |
User | Fields that describe the user | CimUser |
User\AuthenticationType | CimUserType | |
User\Enable | set it to true to enable the user. | boolean |
User\PasswordExpiresInDays | password expires in number of configured days. | number |
User\Password | Password for the user. | string |
User\Resources | An array of resources that mapped to the user. | Array[string] |
User\RoleID | The Id of role. | string |
User\UserID | The Id of user. | string |
User\UserName | The name of user. | string |